home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / wd.zip / COLOR.H next >
Text File  |  1987-08-25  |  529b  |  27 lines

  1. /*  color.h
  2. *
  3. *  IBM PC Graphics and Color Text colors definitions
  4. *
  5. */
  6.  
  7. #define FOREGROUND 1
  8. #define BACKGROUND 0
  9.  
  10. #define BLACK      0
  11. #define BLUE       1
  12. #define GREEN      2
  13. #define CYAN       3
  14. #define RED        4
  15. #define MAGENTA    5
  16. #define BROWN      6
  17. #define LTGREY     7
  18. #define DKGREY     8
  19. #define LTBLUE     9
  20. #define LTGREEN    10
  21. #define LTCYAN     11
  22. #define LTRED      12
  23. #define LTMAGENTA  13
  24. #define YELLOW     14
  25. #define WHITE      15
  26. #define INVERSE    0x70
  27. #define VNORMAL    7